runtime.limiterEvent.consume (method)

2 uses

	runtime (current package)
		mgclimit.go#L209: 			typ, duration := pp.limiterEvent.consume(now)
		mgclimit.go#L421: func (e *limiterEvent) consume(now int64) (typ limiterEventType, duration int64) {